Skip to content

docs: document function coverage in deno coverage (2.8)#3093

Open
lunadogbot wants to merge 1 commit intodenoland:mainfrom
lunadogbot:docs/2.8-coverage-functions
Open

docs: document function coverage in deno coverage (2.8)#3093
lunadogbot wants to merge 1 commit intodenoland:mainfrom
lunadogbot:docs/2.8-coverage-functions

Conversation

@lunadogbot
Copy link
Copy Markdown

Summary

Documents the new function-coverage column in the summary table and HTML report shipping in Deno 2.8 (denoland/deno#32507).

  • New "Function coverage" subsection in runtime/reference/cli/coverage.md.
  • Mock summary-table snippet showing the new column alongside Branch % and Line %.
  • Notes that the lcov output already contained the data — only the textual / HTML reporters changed.

Test plan

  • deno task serve — section renders.

Adds a "Function coverage" subsection to the deno coverage reference
page describing the new function-coverage column added to the summary
table and HTML report in Deno 2.8. Notes that the underlying data was
already in lcov output — only the human-readable reporters changed.

Refs denoland/deno#32507
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant